1 - Introduction to Fullstack Development with Python8 项
- 1 -Downloading course resources & materials.mp414.24 MB
- 1 -Python Fullstack Mastery course github.url0.00 MB
- 2 -Frontend Development Overview, Tools & Technologies.mp499.71 MB
- 3 -How does the frontend communicate with backend.mp4102.81 MB
- 4 -The server-side.mp444.99 MB
- 5 -Why Python for Fullstack.mp426.64 MB
- 6 -Introduction to Django, PostgreSQL & Flet.mp410.99 MB
- 7 -Setting Up Your Development Environment.mp450.92 MB
10 - Frontend Development with Flet - Layout6 项
- 1 -What is Flet Why Use It Over HTMLCSSJavaScript.mp4150.48 MB
- 2 -Building your first flet app.mp498.57 MB
- 3 -Page.mp4423.15 MB
- 4 -Pagelet.mp4138.72 MB
- 5 -View.mp4211.02 MB
- 6 -Card.mp4159.14 MB
2 - Introduction to Databases8 项
- 1 -Introduction to Relational Databases.mp4262.94 MB
- 2 -What is PostgreSQL.mp466.37 MB
- 3 -Downloading and installing PostgreSQL (Windows, Mac, Linux).mp432.34 MB
- 4 -Working with pgAdmin.mp4205.22 MB
- 5 -Inserting Data.mp4169.83 MB
- 6 -Querying Data.mp435.45 MB
- 7 -Updating and Deleting Records.mp473.27 MB
- 8 -Relationships.mp4111.71 MB
3 - Introducing Django framework18 项
- 1 -Introduction to Django & MVC Architecture.mp452.77 MB
- 10 -Write views that actually do something part 1.mp4169.84 MB
- 11 -Write views that actually do something part 2.mp4274.64 MB
- 12 -Raising a 404 error.mp4190.46 MB
- 13 -Use the template system.mp435.97 MB
- 14 -Removing hardcoded URLs in templates.mp4113.50 MB
- 15 -Namespacing URL names.mp434.12 MB
- 2 -Django docs.url0.00 MB
- 2 -Django starter.rtf0.00 MB
- 2 -Writing your first Django App.mp4222.57 MB
- 3 -Django Docs.url0.00 MB
- 3 -Writing your first view.mp4385.23 MB
- 4 -Database setup.mp4122.33 MB
- 5 -Running the migrate command.mp4103.33 MB
- 6 -Creating & Activating models.mp4288.51 MB
- 7 -Playing with the API.mp4229.26 MB
- 8 -Introducing the Django Admin.mp4218.90 MB
- 9 -Writing more views.mp4233.70 MB
4 - Working with forms & Static files4 项
- 1 -Write a minimal form.mp4391.14 MB
- 2 -The results page.mp452.75 MB
- 3 -Use generic views Less code is better.mp4325.81 MB
- 4 -Django MVC mastery free guide.mp432.12 MB
5 - Psychology of Programming6 项
- 1 -Lecture document.url0.00 MB
- 1 -The Developer’s Mindset.mp4122.98 MB
- 2 -Lecture document.url0.00 MB
- 2 -Programming is Not Memorization.mp462.87 MB
- 3 -Becoming a Confident Developer.mp446.56 MB
- 3 -Lecture document.url0.00 MB
6 - Building APIs with Django REST Framework - Views & Serializers30 项
- 1 -Section goals!.mp425.23 MB
- 10 -APIView class.mp4442.03 MB
- 11 -Field & class level validation.mp4321.17 MB
- 11 -Validation docs.url0.00 MB
- 12 -Custom Validation.mp4156.29 MB
- 13 -Serializer Fields and core Arguments.mp4186.89 MB
- 13 -Serializer Fields.url0.00 MB
- 14 -Creating exams views & route.mp4318.27 MB
- 15 -Model Serializer.mp4469.91 MB
- 16 -ExamQuestion View.mp4155.79 MB
- 17 -SerializerMethod Field.mp4108.02 MB
- 18 -Serializers relations.mp4408.65 MB
- 19 -Nested Serializers.mp420.94 MB
- 2 -Dbdiagram Tool.url0.00 MB
- 2 -Designing e-examination system entity-relationship diagram.mp432.00 MB
- 2 -ER-Diagram.pdf0.24 MB
- 20 -HyperLinked Model Serializer.mp416.80 MB
- 21 -GenericAPIView and Mixins.mp4459.91 MB
- 22 -Concrete View Classes.mp4127.35 MB
- 23 -Overwrite Queryset.mp474.39 MB
- 24 -Viewsets, ModelViewSets and Routers.mp4376.80 MB
- 3 -Django rest framework documentation.url0.00 MB
- 3 -Introduction to Django REST Framework.mp474.58 MB
- 4 -Getting started with DRF!.mp4215.11 MB
- 4 -Serialization in docs.url0.00 MB
- 5 -Creating serializers - Course & Exam serializers.mp4218.65 MB
- 6 -Json Response.mp4292.62 MB
- 7 -Serializers - GET Request.mp4159.48 MB
- 8 -Serializers - POST, PUT, DELETE Request.mp4327.06 MB
- 9 -Status Codes.mp4151.25 MB
7 - Building APIs with Django REST Framework - Authentication & Authorization20 项
- 1 -Introduction to Authentication.mp454.59 MB
- 10 -Creating accounts app Views.mp4302.69 MB
- 11 -Token Authentication.mp4295.97 MB
- 12 -Account app walkthrough & restructing plans.mp485.60 MB
- 13 -Improving the signup process.mp4451.18 MB
- 14 -Postman.url0.00 MB
- 14 -Testing API with Postman.mp4239.09 MB
- 15 -JWT Authentication.mp4251.68 MB
- 16 -Permissions in Django rest framework.mp4120.70 MB
- 17 -Custom Permissions.mp4554.11 MB
- 18 -What is Throttling.mp441.59 MB
- 19 -Throttling in Django rest framework.mp4213.68 MB
- 2 -Authentication in Django rest framework.mp424.25 MB
- 3 -Creating the Accounts App.mp422.61 MB
- 4 -Creating Admins and Students models.mp4349.11 MB
- 5 -Fixing migration issues.mp4129.05 MB
- 6 -Creating accounts app serializers.mp487.84 MB
- 7 -Refactoring & Testing project.mp489.10 MB
- 8 -Authentication VS Authorization.mp4108.58 MB
- 9 -Basic Authentication.mp4270.90 MB
8 - Building APIs with Django REST Framework - Filtering, Searching, Ordering7 项
- 1 -Creating ExamAttempt, StudentAnswer & results Models.mp4255.83 MB
- 2 -Creating ExamAttempt, StudentAnswer & results ViewsSerializers.mp4211.48 MB
- 3 -Filtering Introduction.mp474.46 MB
- 4 -DjangoFilterBackend & SearchFilter.mp4305.68 MB
- 5 -OrderingFilter.mp4124.28 MB
- 6 -Pagination.mp4110.75 MB
- 7 -PageNumber, LimitOffset Pagination.mp474.70 MB
9 - Building APIs with Django REST Framework - API Documentation4 项
- 1 -Why is API Documentation important.mp447.90 MB
- 2 -Using postman for documentation.mp448.33 MB
- 3 -drf-spectacular.url0.00 MB
- 3 -Using drf-spectacular for documentation.mp4242.01 MB